configuration / syncteam / references / [ID]

CLI REST-API

priority

priority
This is a read-write object and valid values are signed integers.

Datatype-Help:
value must be a signed number.



See also:
/configuration/network/interfaces/vif[ID]/vlan
/configuration/network/interfaces/vif[ID]/vlan/enable-vlan
/configuration/network/interfaces/vif[ID]/vlan/vlan-id

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/syncteam/references/.*


Example using curl:
curl /api/configuration/syncteam/references/.*


Method: PATCH
URL: /api/configuration/syncteam/references/.*
Body:
{
  "priority": 0
}

Example using curl:
curl -X PATCH /api/configuration/syncteam/references/.* -d
{
  "priority": 0
}